home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-21 | 285 b | 17 lines | [TEXT/MPS ] |
- // Tumbler_main.h
- //
- // the main() function prototype for the
- // Tumbler application
- //
- // Modification History
- //
- // 11/26/94 nick initial cut - symantec proto_helper app, add defines
-
-
- #ifndef _Tumbler_MAIN_H_
- #define _Tumbler_MAIN_H_
-
- /* Tumbler_main.c */
- int main(void);
-
- #endif